home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / tcp / amitcpftp.lha / readme.ftp < prev   
Text File  |  1993-07-31  |  2KB  |  42 lines

  1. If you are already familiar with using FTP, here are the extra options
  2. which have been added to this port. If you are unfamiliar with FTP, read
  3. the manual "ftp.man" included with this archive. The source has been
  4. compiled successfully with SAS-C with AMITCP. It should, however, also
  5. work with Aztec C and AS225R2 (for which the orignal port was done).
  6.  
  7. ftp <address> -L<filename> -U<uldir> -D<dldir> -H (plus standard options).
  8.  
  9. -L specifies a filename which to log byte counts and sites which have been
  10. connected to. There must be no space between the 'L' and the filename. The
  11. format of this file is simply the name of the site connected to, and the
  12. number of bytes transferred.
  13.  
  14. -U specifies an "upload" directory. This is the directory which files are
  15. read from when using the 'put' command.
  16.  
  17. -D specifies a "download" directory. This is the directory which files are
  18. written to when using the 'get' command.
  19.  
  20. -H turns hashing on by default.
  21.  
  22. If these options are not specified, the current directory is used, and no
  23. logging takes place.
  24.  
  25. When viewing a file, ftp downloads the file as ".temp" and views it with
  26. 'more'. If you wish to use a different command (eg type), set this in the
  27. environment variable PAGER. Also, the previous directory listing or file
  28. retrieved to stdout can be viewed again with the '!' command. [There is no
  29. shell escape command].
  30.  
  31. The mget and mput commands have also been disabled. Most of the file
  32. globbing has been disabled. Also, all get and put commands work in the
  33. current directory only, even if a local file is specified with a path.
  34. Obviously allowing BBS users to write to any directory was not considered
  35. a desirable feature. If you wish to change this behaviour back, look for
  36. calls to "basename()" in ftp.c.
  37.  
  38. This version of FTP can be used on a BBS by constructing scripts which
  39. allow the user to upload and download from appropriate directories. Log
  40. files can be kept for later charging. The pager command can be set to
  41. something which is compatible with the BBS which is being used.
  42.